home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000176_gaffur@belenos.pci.upmc.edu_Tue Jan 25 10:16:21 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  5KB

  1. Received: from crx.pci.upmc.edu by cs.umb.edu with SMTP id AA26362
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 25 Jan 1994 16:27:55 -0500
  3. Received: from belenos.pci.upmc.edu by crx.pci.upmc.edu (4.1/SMI-4.1)
  4.     id AA01977; Tue, 25 Jan 94 15:15:50 EST
  5. Received: by belenos.pci.upmc.edu (4.1/SMI-4.1)
  6.     id AA16418; Tue, 25 Jan 94 15:16:22 EST
  7. Message-Id: <9401252016.AA16418@belenos.pci.upmc.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: Compile Errors
  10. Date: Tue, 25 Jan 94 15:16:21 -0500
  11. From: "Ehsan-ul Gaffur" <gaffur@belenos.pci.upmc.edu>
  12.  
  13. I hope you're the right person to contact regarding compilation
  14. errors.  I apologize if I'm wrong.  This is how far I got...
  15.  
  16. .
  17. .
  18. .
  19. cd man; make bindir=/usr/local/bin texdatadir=  \
  20.         texpooldir=/usr/local/lib/texmf/ini fmtdir=/usr/local/lib/texmf/ini    \
  21.         texinputdir=/usr/local/lib/texmf/tex fontdir=/usr/local/lib/texmf/fonts\
  22.         mfdatadir= mfpooldir=/usr/local/lib/texmf/ini           \
  23.         basedir=/usr/local/lib/texmf/ini mfinputdir=/usr/local/lib/texmf/mf    \
  24.                 localmodes='modes'                              \
  25.                 all
  26. cp /dev/null sedscript
  27. for f in ../../kpathsea/paths.h ../lib/c-auto.h; do \
  28.   sed -n -e '/^#define/s/#define[       ][      ]*\([A-Z_a-z][A-Z_a-z]*\)[     ][       ]*\(.*\)/s!@\1@!\2!/p' \
  29.         $f \
  30.   | sed -e 's/"//g' -e 's/[     ]*\/\*[^*]*\*\///g' >>sedscript;\
  31. done
  32. echo 's!@BINDIR@!/usr/local/bin!'               >>sedscript
  33. echo 's!@INFODIR@!/usr/local/info!'             >>sedscript
  34. echo 's!@TEXINPUTDIR@!/usr/local/lib/texmf/tex!'        >>sedscript
  35. echo 's!@MFINPUTDIR@!/usr/local/lib/texmf/mf!'  >>sedscript
  36. echo 's!@FONTDIR@!/usr/local/lib/texmf/fonts!'          >>sedscript
  37. echo 's!@FMTDIR@!/usr/local/lib/texmf/ini!'             >>sedscript
  38. echo 's!@BASEDIR@!/usr/local/lib/texmf/ini!'            >>sedscript
  39. echo "s!@TEXPOOLDIR@!/usr/local/lib/texmf/ini!" >>sedscript
  40. echo 's!@MFPOOLDIR@!/usr/local/lib/texmf/ini!'  >>sedscript
  41. echo 's!@LOCALMODES@!modes!'    >>sedscript
  42. sed -f sedscript amslatex.man >amslatex.1
  43. sed -f sedscript amstex.man >amstex.1
  44. sed -f sedscript bibtex.man >bibtex.1
  45. sed -f sedscript dvitype.man >dvitype.1
  46. sed -f sedscript etex.man >etex.1
  47. sed -f sedscript gftodvi.man >gftodvi.1
  48. sed -f sedscript gftopk.man >gftopk.1
  49. sed -f sedscript gftype.man >gftype.1
  50. sed -f sedscript initex.man >initex.1
  51. sed -f sedscript lamstex.man >lamstex.1
  52. sed -f sedscript latex.man >latex.1
  53. sed -f sedscript mf.man >mf.1
  54. sed -f sedscript mft.man >mft.1
  55. sed -f sedscript patgen.man >patgen.1
  56. sed -f sedscript pktogf.man >pktogf.1
  57. sed -f sedscript pktype.man >pktype.1
  58. sed -f sedscript pltotf.man >pltotf.1
  59. sed -f sedscript pooltype.man >pooltype.1
  60. sed -f sedscript slitex.man >slitex.1
  61. sed -f sedscript tangle.man >tangle.1
  62. sed -f sedscript tex.man >tex.1
  63. sed -f sedscript tftopl.man >tftopl.1
  64. sed -f sedscript vftovp.man >vftovp.1
  65. sed -f sedscript virtex.man >virtex.1
  66. sed -f sedscript vptovf.man >vptovf.1
  67. sed -f sedscript weave.man >weave.1
  68. cd mf; make  SHELL='/bin/sh' CC='gcc' CFLAGS='-g '       RANLIB='ranlib' LN='ln -s' DEFS=''                           CCLD='gcc' LDFLAGS='-g  ' LIBS=''         x_extra_libs='' x_include_flags=''       x_lib_flags=''  all
  69. cd mf; \
  70.           make  SHELL='/bin/sh' CC='gcc' CFLAGS='-g '    RANLIB='ranlib' LN='ln -s' DEFS=''                           CCLD='gcc' LDFLAGS='-g  ' LIBS=''         x_extra_libs='' x_include_flags=''       x_lib_flags=''  bases="mf.base cmmf.base" localmodes='modes' bases
  71. MFPOOL=. ./inimf 'plain; input modes; dump'
  72. ! I can't read mf.pool.
  73. *** Error code 1
  74. make: Fatal error: Command failed for target `mf.base'
  75. Current working directory /mnt/pciunx2/data2/gaffur/TeX/web2c-6.0/web2c/mf
  76. *** Error code 1
  77. make: Fatal error: Command failed for target `bases'
  78. Current working directory /mnt/pciunx2/data2/gaffur/TeX/web2c-6.0/web2c
  79. *** Error code 1
  80. make: Fatal error: Command failed for target `all'
  81.  
  82. ====================================================================
  83.  
  84. Exactly where do I get these *.pool files?
  85.  
  86.  
  87.  :~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:
  88.  : Ehsan-ul Gaffur                  _/_/_/    _/_/_/  _/_/_/  :
  89.  : Systems Analyst                  _/   _/ _/     _/   _/    :
  90.  : Biostatistics Center             _/   _/ _/          _/    :
  91.  : Pittsburgh Cancer Institute      _/_/_/  _/          _/    :
  92.  : 200 Meyran Avenue                _/      _/     _/   _/    :
  93.  : Pittsburgh, PA  15213            _/        _/_/_/  _/_/_/  :
  94.  :                                                            :
  95.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~